home *** CD-ROM | disk | FTP | other *** search
/ Beautiful Female Teachers Club / Beautiful Female Teachers Club.iso / pc / cata_f.dxr / 00001.ls next >
Encoding:
Text File  |  1998-02-16  |  221 b   |  15 lines

  1. on exitFrame
  2.   global gslide
  3.   if gslide = 0 then
  4.     go(the frame)
  5.   else
  6.     if gslide = 1 then
  7.       if the timer < (5 * 60) then
  8.         go(the frame)
  9.       else
  10.         go(#next)
  11.       end if
  12.     end if
  13.   end if
  14. end
  15.